关键字: reduce函数
  • js中常用的函数
    1. js中类型判断 let isType = (type , obj)=> { return Object.prototype.toString.call(obj) === `[object ${type}]` } isType('N ...

暂无数据